Autogenerated HTML docs for v1.7.10-rc1-8-ga99c5
diff --git a/git-log.html b/git-log.html index 3ba43b1..ba3c593 100644 --- a/git-log.html +++ b/git-log.html
@@ -2454,11 +2454,12 @@ </dt> <dd> <p> - Chose the output format for submodule differences. <format> can be one of - <em>short</em> and <em>log</em>. <em>short</em> just shows pairs of commit names, this format - is used when this option is not given. <em>log</em> is the default value for this - option and lists the commits in that commit range like the <em>summary</em> - option of <a href="git-submodule.html">git-submodule(1)</a> does. + Specify how differences in submodules are shown. When <tt>--submodule</tt> + or <tt>--submodule=log</tt> is given, the <em>log</em> format is used. This format lists + the commits in the range like <a href="git-submodule.html">git-submodule(1)</a> <tt>summary</tt> does. + Omitting the <tt>--submodule</tt> option or specifying <tt>--submodule=short</tt>, + uses the <em>short</em> format. This format just shows the names of the commits + at the beginning and end of the range. </p> </dd> <dt class="hdlist1">